projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57dabf6
)
Add informative message about the lists of GC stats.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 13 Aug 1998 23:01:42 +0000
(23:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 13 Aug 1998 23:01:42 +0000
(23:01 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 661511c53b52370457b88517beee5702b23ed1d0..cbc1ba5c314a31c3ff7bc48961cfc461ff886a24 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-57,6
+57,8
@@
(load "case-table")
(load "international/characters")
+(message "Lists of integers (garbage collection statistics) are normal output")
+(message "while building Emacs; they do not indicate a problem.")
(message "%s" (garbage-collect))
(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
(message "%s" (garbage-collect))